home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Info.nib / data.classes next >
Text File  |  1994-04-06  |  363b  |  26 lines

  1. UniqueAgent = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     };
  5.     SUPERCLASS = NibAgent;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. InfoAgent = {
  13.     SUPERCLASS = UniqueAgent;
  14. };
  15. NibAgent = {
  16.     ACTIONS = {
  17.     windowWillResize:;
  18.     orderFront:;
  19.     makeKeyAndOrderFront:;
  20.     };
  21.     OUTLETS = {
  22.     mainWindow;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.